home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / netmail / cpt152.zip / HISTORY.CPT < prev    next >
Text File  |  1996-05-16  |  6KB  |  99 lines

  1. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2.                             REVISION HISTORY
  3.                            *----------------*
  4.  
  5.  1.52: 1996/05/16.  Improved origin line detection to significantly reduce
  6.                       false negatives.  However, the method will also yield
  7.                       slightly more false positives.
  8.                     Removed Protected-mode version.  Protected mode version
  9.                       can be compiled from the provided source, and is also
  10.                       available upon request (for a nominal charge of $2).
  11.  
  12.  1.51: 1996/04/10.  Modified origin line detection to better detect true
  13.                       origin when used with FIDO messages.
  14.                     Compiled with improved versions of the archive-detection
  15.                       and heap-manager units.
  16.  
  17.  1.50: 1995/09/29.  Updated the archive detection routine.
  18.                     Slightly improved a few miscellaneous routines.
  19.                     Fixed bug which truncated "## days)" in CPT's database.
  20.  
  21.  1.41: 1995/08/05.  Removed international character case code (added in v1.35)
  22.                       because the protected mode did not work with it.
  23.                     I also made a few cosmetic adjustments.
  24.  
  25.  1.40: 1995/08/03.  DO NOT USE v1.36, since I introduced a bug which corrupts
  26.                       the dates in the CPT databases!!!  The bug is now fixed.
  27.                     If you used v1.36, you must restore your databases from a
  28.                       pre-v1.36 backup, or read CPT-Fix.DOC for instructions.
  29.  
  30.  1.36: 1995/07/19.  Fixed problem with invalid pre-existing database files.(?)
  31.  
  32.  1.35: 1995/07/12.  Packet-by-packet messages now added to indicate the number
  33.                       of new participants inserted into CPT's database.
  34.                     CPT no longer sorts the database, only CPT-Sort does. Most
  35.                       recent additions inserted at top beginning of database.
  36.                     Date sorting of database and statistics is now faster.
  37.                     Added Pascal unit to properly handle case of international
  38.                       characters.  (Code by Björn Felten, from SWAG.)
  39.                     Decided to remove ROBOQ, SLMRQ & SRQ from the CPT archive.
  40.                       They are now all together in TXTQ111.ZIP.
  41.                     Replaced all calls to Borland's CRT unit with ASM routines.
  42.                     Changed delimit line for CPT database and stats output.
  43.  
  44.  1.33: 1995/07/01.  [Woops! Version 1.32 got uploaded before I was ready!]
  45.                     Changed the appearance of the statistics output, so that
  46.                       the summaries are at the *top* of the form.
  47.  
  48.  1.32: 1995/07/01.  Added a configuration variable (in CPT.CFG) to force CPT
  49.                       to track private messages (in addition to public ones).
  50.                     Updated BBS site list to reflect Panasia's new location
  51.                       and number, and remove Rocky Mountain Software because
  52.                       both numbers appear to have "been disconnected".
  53.                     Removed a little unused code from "WriteError" procedure.
  54.                     Removed a troublesome checkpoint following "Exec" procs.
  55.  
  56.  1.31: 1995/05/17.  Combined source code for CPT-Sort and CPT-Stat, by making
  57.                       use of {$IFDEF} conditional compiler directives.
  58.                     Tweaked more procedures.
  59.  
  60.  1.30: 1995/05/15.  Added support for most popular archivers.  CPT should now
  61.                       execute the appropriate un-archiver, if available.
  62.                     Clarified and expanded some of the documentation.
  63.                     Renamed some files for consistency.
  64.                     Tweaked various procedures.
  65.                     Combined the source code for CPT.PAS and CPT-P.PAS.
  66.                     Changed memory usage, to allow more room for unarchiving.
  67.  
  68.  1.20: 1995/04/12.  Added ability to turn off validation of user name field.
  69.                       See CPT.CFG or CPT-P.CFG for details.
  70.                     Added ability to check the "TO" field instead of "FROM".
  71.                       See CPT-T.DOC for instructions.
  72.  
  73.  1.15: 1995/02/24.  Added SLMRQ, which translates SLMR .SAV text messages to
  74.                       pseud-QWK files, primarily for CPT use.
  75.                     Made minor revisions to ROBOQ and SRQ, mainly tweaking.
  76.                     Fixed various errors in CPT* custom exit procedures.
  77.                     Now CPT tries to get the conference name from CONTROL.DAT.
  78.                     Other minor tweaking to all CPT programs.
  79.  
  80.  1.11: 1995/02/20.  Fixed problem with ROBOQ - Robomail editor's right margin
  81.                       setting alters header format, which I didn't anticipate.
  82.  
  83.  1.10: 1995/02/20.  Added improved custom exit & run-time error handler.
  84.                     Added protected mode version.
  85.                     Added multi-field sort ability to CPT-Sort & CPT-Stat.
  86.                     Fixed bug when messages had extra (empty) block at end.
  87.                     Fixed bug when database contained only one participant.
  88.                     Improved handling of most recent BBSs used.
  89.                     Included source code for all CPT programs.
  90.                     Included my two new supplementary programs:
  91.                       SRQ and ROBOQ, which convert SPEED and Robomail text
  92.                       messages to pseud-QWK files, primarily for CPT use.
  93.  
  94.  1.01: 1995/02/18.  Fixed logical error of dereferencing a NIL pointer.
  95.                     Added code to capitalize "II" after last names.
  96.  
  97.  1.00: 1995/02/08.  First public release.
  98. _______________________________________________________________________________
  99.